home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls028.ltr < prev    next >
Text File  |  1994-09-02  |  2KB  |  82 lines

  1. Subj: tls028
  2. Rev. 7 June 1993
  3.  
  4.         How to Create the X11R5 Distribution
  5.         ====================================
  6.  
  7. This is  a subset of the complete X11R5 binary distribution to be used
  8. with Open  Desktop 1.1, Open Desktop 2.0  and  Xsight  4.1.  This will
  9. update all the  drivers  and use the  current  X11R4 fonts you already
  10. have in place on your system.
  11.  
  12. Warning: You must _NOT_ remove your current ODT or Xsight distribution
  13. in order for this to work.  If you do not already have Open Desktop or
  14. Xsight, this is  _NOT_ a complete  product distribution and  will  not
  15. work as a standalone product.
  16.  
  17.  
  18. To make the floppy (3.5" only) distribution, you should do the following:
  19.  
  20.     [1] download all the floppies from the bbs
  21.     [2] uncompress each one of the files 
  22.  
  23.         uncompress DISK1.Z
  24.         uncompress DISK2.Z
  25.         uncompress DISK3.Z
  26.  
  27.     (If you are a ODT 1.1 or Xsight 2.2 user, you will have
  28.      to download the new versions of compress and uncompress
  29.      from the bulletin board.  These have LZH compression.)
  30.  
  31.     [3] format 3 new floppies
  32.  
  33.     [4] create the distribution floppies
  34.  
  35.         insert the first floppy and type:
  36.  
  37.         dd if=DISK1 of=/dev/rfd0135ds18 bs=20k
  38.  
  39.         insert the 2nd floppy and type:
  40.  
  41.         dd if=DISK2 of=/dev/rfd0135ds18 bs=20k
  42.  
  43.         insert the 3rd floppy and type:
  44.  
  45.         dd if=DISK3 of=/dev/rfd0135ds18 bs=20k
  46.  
  47.     [5] In single user mode, run custom and configure your
  48.         graphics adapter.
  49.  
  50.         [6] Apply the following fixup:
  51.  
  52.            #!/bin/sh
  53.            cd /usr/bin/X11
  54.            mv X X.old
  55.            ln Xsco X
  56.            cd /usr/lib/X11/fonts
  57.            mkdir Speedo
  58.            chmod 755 Speedo
  59.            mkdir Type1
  60.            chmod 755 Type1
  61.            cd Speedo
  62.            echo "0\n" > fonts.dir
  63.            chmod 444 fonts.dir    
  64.            cd ../Type1
  65.            echo "0\n" > fonts.dir
  66.            chmod 444 fonts.dir    
  67. # additional fixups, added 6/7/93
  68.            cd /usr/lib/X11/fonts/75dpi
  69.            rm helvB14.pcf
  70.            mkfontdir
  71.            echo "Fixes are complete.  You should now be able to start up the server."
  72.            
  73.            
  74. If you have any problems, or need additional assistance, please
  75. send email to:  
  76.            
  77.   Rick Kamp
  78.   CompuServe: 72311,2346
  79.   Internet:  rickk@sco.com
  80.  
  81.  
  82.